Skip to main content

type-alias.DeviationInspectionSettings

API > DeviationInspectionSettings

Type alias: DeviationInspectionSettings

DeviationInspectionSettings: object

Settings for deviation inspection

Type declaration

deviationPrioritization

deviationPrioritization: "minimum" | "maximum"

Prioritize the smallest or largest deviations


generateLine

generateLine?: boolean

Option to generate line trough the deviation points, note that projection needs to also be set


projection

projection?: DeviationProjection

Projection to use, currently only supports circular. Projection is needed to generate line through points and offset lables

Source

@novorender/web_app/buffer_inspect.ts:22